Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: convert setup.py to pyproject.toml #108

Merged
merged 3 commits into from
Feb 11, 2025
Merged

build: convert setup.py to pyproject.toml #108

merged 3 commits into from
Feb 11, 2025

Conversation

Copy link

semanticdiff-com bot commented Feb 4, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  fs2/_version.py  0% smaller
  pyproject.toml Unsupported file format
  requirements.dev.txt Unsupported file format
  requirements.txt Unsupported file format
  setup.py  0% smaller

@joanise joanise requested a review from SamuelLarkin February 4, 2025 19:05
Copy link

codecov bot commented Feb 4, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 44.11%. Comparing base (8d2ebc3) to head (3a1a7e0).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
fs2/_version.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #108      +/-   ##
==========================================
- Coverage   44.14%   44.11%   -0.03%     
==========================================
  Files          24       25       +1     
  Lines        1656     1657       +1     
==========================================
  Hits          731      731              
- Misses        925      926       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@SamuelLarkin SamuelLarkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor changes

description = "Text-to-Speech Synthesis for the Speech Generation for Indigenous Language Education Small Teams Project"
license = "MIT"
readme = "readme.md"
requires-python = ">=3.10"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
requires-python = ">=3.10"
requires-python = ">=3.10, <3.12"

@joanise joanise merged commit a4841c7 into main Feb 11, 2025
4 of 6 checks passed
@joanise joanise deleted the dev.ej/pyproject branch February 11, 2025 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants